보안(deps): Update mcp requirement from !=1.27.1,<2.0.1,>=1.0 to >=1.0,!=1.27.1,<2.2.1 - #132
Merged
eddmpython merged 1 commit intoSep 22, 2026
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Owner
|
@dependabot rebase |
Updates the requirements on [mcp](https://github.com/modelcontextprotocol/python-sdk) to permit the latest version. - [Release notes](https://github.com/modelcontextprotocol/python-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/python-sdk/blob/main/RELEASE.md) - [Commits](modelcontextprotocol/python-sdk@v1.0.0...v2.2.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
Bot
force-pushed
the
dependabot/pip/mcp-gte-1.0-and-neq-1.27.1-and-lt-2.1.2
branch
from
September 22, 2026 06:39
674afde to
698dec7
Compare
dependabot
Bot
deleted the
dependabot/pip/mcp-gte-1.0-and-neq-1.27.1-and-lt-2.1.2
branch
September 22, 2026 07:17
eddmpython
added a commit
that referenced
this pull request
Sep 22, 2026
증상 - Dependabot PR #132(mcp 상한 <2.0.1 -> <2.2.1)와 #133(openai 상한 <3 -> <4)은 pyproject.toml 만 바꿨다. master 에서 `uv lock --check` 가 "The lockfile at uv.lock needs to be updated" 로 실패했다. `uv sync --locked` 가 거부되고, 잠금 없이 `uv sync` 하는 곳에서는 lock 이 매번 다시 쓰인다. 변경 - uv.lock 의 프로젝트 requires-dist 두 줄만 pyproject 범위로 바꿨다(mcp <2.2.1, openai <4). 잠긴 패키지 버전은 새 범위를 그대로 만족하므로 바뀌지 않는다(mcp 1.28.1, openai 2.38.0 유지). - `uv lock` 로 다시 쓰면 로컬 uv 0.8.22 가 전이 의존성 수십 줄에 sys_platform 마커를 덧붙였다. 기존 lock 은 더 새 uv 가 만든 형식이라, 그대로 올리면 다음 Dependabot lock 갱신과 오가며 흔들린다. 그래서 범위 두 줄만 고친 최소 변경을 택했다. 검증 - 최소 변경 뒤 `uv lock --check` exit 0 (수정 전 exit 1). - 상한 완화 자체는 각 PR 의 CI 가 신선 해석으로 검증했다(#133 test-fast: openai 3.17.0 + httpx2 2.13.0 에서 7979 passed).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on mcp to permit the latest version.
Release notes
Sourced from mcp's releases.
... (truncated)
Commits
9972c21Replace RootModel wrappers with type aliases and TypeAdapter validation (#3470)fd66270docs: refresh translations, and translate pages in parallel (#3458)08a3bc8docs: ask for AI disclosure on comments too (#3459)7bb486adocs: stop presenting the in-memory client as the way to connect (#3443)0c91368Add AuthSettings.validate_token_resource to check a bearer token's resource (...9771e6bKeep following a relative redirect when the endpoint URL carries userinfo (#3...a925e55Bump the locked versions of eight dev and test dependencies (#3449)e8b9486Bump pymdown-extensions from 11.0 to 11.0.1 (#3285)c6762e8Follow redirects only within the MCP endpoint's origin (#3397)5fd3abcSkip automatic docs previews for fork PRs and drop the setup-uv retry steps (...